home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / PERL / UNIX / HINTS / ULTRIX_3.SH < prev    next >
Text File  |  1992-01-04  |  301b  |  15 lines

  1. ccflags="$ccflags -DLANGUAGE_C"
  2. tmp="`(uname -a) 2>/dev/null`"
  3. case "$tmp" in
  4. *3.[01]*RISC) d_waitpid=$undef;;
  5. '') d_waitpid=$undef;;
  6. esac
  7. case "$tmp" in
  8. *RISC)
  9.     cmd_cflags='optimize="-g"'
  10.     perl_cflags='optimize="-g"'
  11.     tcmd_cflags='optimize="-g"'
  12.     tperl_cflags='optimize="-g"'
  13.     ;;
  14. esac
  15.